Parameters addr1 is the Object Database address indicating the location of the object to be moved and renamed.
addr2 is the Object Database address indicating the table and name where the object at addr1 is to be moved.
Action Moves the object at addr1 to the location addr2.
Returns True
Examples The examples table contains a table called table1 with four entries: a string, a number, a script, and an outline. It also has an empty table called table2. The following line moves the outline from table1 into table2, renaming it to “outline1”:
Select table2 in the table window and you’ll see that it now has one item. Open it and you’ll see that its one item is called outline1 and that it has the same contents as did examples.table1.entry4. Open table1 and you’ll notice that there is no “entry4.”
Notes • addr2 must indicate an item inside of an existing table.
• If addr2 contains an object, it will be replaced the the newly-moved object.